@@ -261,7 +261,7 @@ if (!window.console) {
261261 execute ( true , response , callback ) ;
262262 } else {
263263 _this . setUser ( null , response . user_token ) ;
264- execute ( false , ClearBlade . user , callback ) ;
264+ execute ( false , _this . user , callback ) ;
265265 }
266266 } ) ;
267267 } ;
@@ -283,7 +283,7 @@ if (!window.console) {
283283 execute ( true , response , callback ) ;
284284 } else {
285285 _this . setUser ( email , response . user_token ) ;
286- execute ( false , ClearBlade . user , callback ) ;
286+ execute ( false , _this . user , callback ) ;
287287 }
288288 } ) ;
289289 } ;
@@ -680,7 +680,7 @@ if (!window.console) {
680680 return collection ;
681681 } ;
682682
683-
683+
684684
685685 /**
686686 * creates and returns a Query object that can be used in Collection methods or on its own to operate on items on the server
@@ -825,7 +825,7 @@ if (!window.console) {
825825 addFilterToQuery ( this , "LTE" , field , value ) ;
826826 return this ;
827827 } ;
828-
828+
829829 /**
830830 * Creates a not equal clause in the query object
831831 * @method ClearBlade.Query.prototype.notEqualTo
@@ -867,7 +867,7 @@ if (!window.console) {
867867 return this ;
868868 }
869869 } ;
870-
870+
871871 /**
872872 * Set the pagination options for a Query.
873873 * @method ClearBlade.Query.prototype.setPage
@@ -1060,7 +1060,7 @@ if (!window.console) {
10601060 } ;
10611061 query . update ( this . data , callback ) ;
10621062 } ;
1063-
1063+
10641064 item . refresh = function ( ) {
10651065 //do a get to make the local item reflect the database
10661066 var self = this ;
0 commit comments