Merge "Fixes a typo 'use_strict' -> 'use strict'"
This commit is contained in:
commit
e44d95fa21
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
(function() {
|
||||
'use_strict';
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* @ngdoc directive
|
||||
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
(function() {
|
||||
'use_strict';
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* @ngdoc service
|
||||
@ -88,6 +88,7 @@
|
||||
function add(type, msg) {
|
||||
var toast = {
|
||||
type: type === 'error' ? 'danger' : type,
|
||||
/* jshint validthis:true */
|
||||
typeMsg: this.types[type],
|
||||
msg: msg,
|
||||
cancel: cancel
|
||||
|
@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
(function() {
|
||||
'use_strict';
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* @ngdoc overview
|
||||
|
Loading…
x
Reference in New Issue
Block a user