Merge "Fixes a typo 'use_strict' -> 'use strict'"

This commit is contained in:
Jenkins 2015-06-17 17:31:25 +00:00 committed by Gerrit Code Review
commit e44d95fa21
3 changed files with 4 additions and 3 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
(function() {
'use_strict';
'use strict';
/**
* @ngdoc directive

View File

@ -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

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
(function() {
'use_strict';
'use strict';
/**
* @ngdoc overview