Skip to content

Commit

Permalink
panle 改成 panel
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoda committed Apr 9, 2016
1 parent 01a9b16 commit cc91f70
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions dist/spa-apis.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* SPA v2.0.1
* SPA v2.0.2
* A webapp framework for routing control and view transitions
* Copyright 2016 zhaoda <http://zhaoda.net>
* Licensed under MIT
Expand Down Expand Up @@ -110,7 +110,7 @@
}

// 设置版本号,先留空,打包时会自动添加
$.spa.version = '2.0.1'
$.spa.version = '2.0.2'

/*
* 插入样式
Expand Down Expand Up @@ -1849,7 +1849,7 @@

// 先缓存
if($view.hasClass('spa-panel')) {
type = 'panle'
type = 'panel'
key = viewId
panelscache[key] = $view
} else {
Expand Down Expand Up @@ -1895,7 +1895,7 @@
index

if($view.hasClass('spa-panel')) {
type = 'panle'
type = 'panel'
key = viewId
} else {
type = 'page'
Expand Down
4 changes: 2 additions & 2 deletions dist/spa-apis.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/spa.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* SPA v2.0.1
* SPA v2.0.2
* A webapp framework for routing control and view transitions
* Copyright 2016 zhaoda <http://zhaoda.net>
* Licensed under MIT
Expand Down Expand Up @@ -110,7 +110,7 @@
}

// 设置版本号,先留空,打包时会自动添加
$.spa.version = '2.0.1'
$.spa.version = '2.0.2'

/*
* 插入样式
Expand Down Expand Up @@ -1849,7 +1849,7 @@

// 先缓存
if($view.hasClass('spa-panel')) {
type = 'panle'
type = 'panel'
key = viewId
panelscache[key] = $view
} else {
Expand Down Expand Up @@ -1895,7 +1895,7 @@
index

if($view.hasClass('spa-panel')) {
type = 'panle'
type = 'panel'
key = viewId
} else {
type = 'page'
Expand Down
4 changes: 2 additions & 2 deletions dist/spa.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "spa.js",
"title": "SPA",
"version": "2.0.1",
"version": "2.0.2",
"description": "A webapp framework for routing control and view transitions",
"directories": {
"doc": "docs"
Expand Down
4 changes: 2 additions & 2 deletions src/spa.js
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@

// 先缓存
if($view.hasClass('spa-panel')) {
type = 'panle'
type = 'panel'
key = viewId
panelscache[key] = $view
} else {
Expand Down Expand Up @@ -1888,7 +1888,7 @@
index

if($view.hasClass('spa-panel')) {
type = 'panle'
type = 'panel'
key = viewId
} else {
type = 'page'
Expand Down

0 comments on commit cc91f70

Please sign in to comment.