Skip to content

Commit

Permalink
chore: update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Apr 13, 2015
1 parent f871130 commit 6201223
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/ajax.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<button id="example1">打开对话框(ajax)</button>

````js
var Dialog = require('dialog');
var Dialog = require('arale-dialog');
var example = new Dialog({
trigger: '#example1',
content: './ajax-page.html?ajax'
Expand All @@ -22,7 +22,7 @@ var example = new Dialog({
<button id="example2">打开对话框(iframe)</button>

````js
var Dialog = require('dialog');
var Dialog = require('arale-dialog');
var example = new Dialog({
trigger: '#example2',
content: './ajax-page.html'
Expand Down
2 changes: 1 addition & 1 deletion examples/cross-domain-iframe.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


````javascript
var Dialog = require('dialog');
var Dialog = require('arale-dialog');
var $ = require('jquery');
new Dialog({
trigger: '#trigger-btn',
Expand Down

0 comments on commit 6201223

Please sign in to comment.