Skip to content

Commit

Permalink
minor readme/changelog typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
harryhorn committed Aug 12, 2011
1 parent 9d5b1ad commit f0d049c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rdoc
Expand Up @@ -148,16 +148,16 @@ SCSS and compass.

If you change the size of the triangle in CSS you need to also update this size in <tt>function calcPopoverPos</tt> in the plugin JS file.

== Specing & Testing
== Demo & specs

Open <tt>demo/demo.html</tt> for a demonstration of various popovers opening on different sides based on constraints as
well as a demonstration of live popup buttons.

A suite of Jasmine[http://github.com/pivotal/jasmine] specs has been added that also make use
of the Jasmine-jquery[https://github.com/velesin/jasmine-jquery] library.

To run the Jasmine specs simply open <tt>jasmine/SpecRunner.html</tt> in a browser.

See <tt>demo/demo.html</tt> for a demonstration of various popovers opening on different sides based on constraints as
well as a demonstration of live popup buttons.

NOTE: Newer versions of Chrome don't allow file:// URIs to read other file:// URIs. In effect, jasmine-jquery cannot properly
load fixtures under some versions of Chrome. An override for this is to run Chrome with a switch <tt>--allow-file-access-from-files</tt>
(I have not verified if this works for all Chrome versions though). The full discussion on this topic can be found in this GitHub
Expand Down

0 comments on commit f0d049c

Please sign in to comment.