1
0
Fork 0
mirror of https://github.com/kbparagua/paloma synced 2023-03-27 23:21:17 -04:00

Minor refactor

This commit is contained in:
kbparagua 2016-03-02 23:55:03 +08:00
parent 1dec54b9b3
commit ddb82e9d5a
2 changed files with 1 additions and 3 deletions

View file

@ -20,7 +20,7 @@ else {
if ( !window['Paloma'] ){
if (window['console'] !== undefined){
if ( !window['console'] ){
console.warn("Paloma not found. Require it in your application.js.");
}
}

View file

@ -30,6 +30,4 @@
return this.engine.lastRequest().executed;
};
})(window.Paloma);