Skip to content

Commit 0a5306a

Browse files
committed
1 parent cc56a47 commit 0a5306a

File tree

1 file changed

+12
-12
lines changed
  • vendor/assets/javascripts

1 file changed

+12
-12
lines changed

vendor/assets/javascripts/vue.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1412,7 +1412,7 @@ return /******/ (function(modules) { // webpackBootstrap
14121412
}
14131413

14141414
/**
1415-
* Initialize the data.
1415+
* Initialize the data.
14161416
*/
14171417

14181418
exports._initData = function () {
@@ -1645,7 +1645,7 @@ return /******/ (function(modules) { // webpackBootstrap
16451645
var content = options._content = _.extractContent(raw)
16461646
// create two separate linekrs for container and content
16471647
var parentOptions = parent.$options
1648-
1648+
16491649
// hack: we need to skip the paramAttributes for this
16501650
// child instance when compiling its parent container
16511651
// linker. there could be a better way to do this.
@@ -2102,7 +2102,7 @@ return /******/ (function(modules) { // webpackBootstrap
21022102
* Insert el before target
21032103
*
21042104
* @param {Element} el
2105-
* @param {Element} target
2105+
* @param {Element} target
21062106
*/
21072107

21082108
exports.before = function (el, target) {
@@ -2113,7 +2113,7 @@ return /******/ (function(modules) { // webpackBootstrap
21132113
* Insert el after target
21142114
*
21152115
* @param {Element} el
2116-
* @param {Element} target
2116+
* @param {Element} target
21172117
*/
21182118

21192119
exports.after = function (el, target) {
@@ -2138,7 +2138,7 @@ return /******/ (function(modules) { // webpackBootstrap
21382138
* Prepend el to target
21392139
*
21402140
* @param {Element} el
2141-
* @param {Element} target
2141+
* @param {Element} target
21422142
*/
21432143

21442144
exports.prepend = function (el, target) {
@@ -2356,7 +2356,7 @@ return /******/ (function(modules) { // webpackBootstrap
23562356

23572357
function enableDebug () {
23582358
var hasConsole = typeof console !== 'undefined'
2359-
2359+
23602360
/**
23612361
* Log a message.
23622362
*
@@ -3019,7 +3019,7 @@ return /******/ (function(modules) { // webpackBootstrap
30193019
update: function (value) {
30203020
this.el[this.attr] = _.toString(value)
30213021
}
3022-
3022+
30233023
}
30243024

30253025
/***/ },
@@ -3153,7 +3153,7 @@ return /******/ (function(modules) { // webpackBootstrap
31533153
unbind: function () {
31543154
delete this.vm.$$[this.expression]
31553155
}
3156-
3156+
31573157
}
31583158

31593159
/***/ },
@@ -3183,7 +3183,7 @@ return /******/ (function(modules) { // webpackBootstrap
31833183
delete this.vm.$[this.expression]
31843184
}
31853185
}
3186-
3186+
31873187
}
31883188

31893189
/***/ },
@@ -4199,7 +4199,7 @@ return /******/ (function(modules) { // webpackBootstrap
41994199
// avoid duplicate inserts, since update() can be
42004200
// called with different truthy values
42014201
if (!this.unlink) {
4202-
this.compile(this.template)
4202+
this.compile(this.template)
42034203
}
42044204
},
42054205

@@ -4297,7 +4297,7 @@ return /******/ (function(modules) { // webpackBootstrap
42974297

42984298
var _ = __webpack_require__(1)
42994299

4300-
module.exports = {
4300+
module.exports = {
43014301

43024302
bind: function () {
43034303
var child = this.el.__vue__
@@ -4463,7 +4463,7 @@ return /******/ (function(modules) { // webpackBootstrap
44634463
*/
44644464

44654465
p.notify = function () {
4466-
for (var i = 0, l = this.subs.length; i < l; i++) {
4466+
for (var i = 0; i < this.subs.length; i++) {
44674467
this.subs[i].update()
44684468
}
44694469
}

0 commit comments

Comments
 (0)